home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1810 / 1810.xpi / chrome / showcase.jar / skin / classic / showcase / toolbar.css < prev    next >
Cascading Style Sheet File  |  2010-01-17  |  4KB  |  59 lines

  1.  
  2. #btn_showcase { list-style-image: url(showcasebutton.png); }
  3. #btn_showcasewindow { list-style-image: url(showcasebutton.png); }
  4. #btn_showcasesidebar { list-style-image: url(showcasesidebarbutton.png); }
  5. #btn_showcasewindowsidebar { list-style-image: url(showcasesidebarbutton.png); }
  6. #btn_showcasetab { list-style-image: url(showcasetabbutton.png); }
  7. #btn_showcasewindowtab { list-style-image: url(showcasetabbutton.png); }
  8.  
  9.  
  10. #btn_showcasewindow, #btn_showcasewindowsidebar, #btn_showcasewindowtab { -moz-image-region: rect(0 24px 24px 0); }
  11. #btn_showcase, #btn_showcasesidebar, #btn_showcasetab { -moz-image-region: rect(72px 24px 96px 0); }
  12.  
  13. #btn_showcasewindow:hover, #btn_showcasewindowsidebar:not([checked="true"]):hover, #btn_showcasewindowtab:hover { -moz-image-region: rect(24px 24px 48px 0); }
  14. #btn_showcase:hover, #btn_showcasesidebar:not([checked="true"]):hover, #btn_showcasetab:hover { -moz-image-region: rect(96px 24px 120px 0); }
  15.  
  16. #btn_showcasewindowsidebar[checked="true"] { -moz-image-region: rect(144px 24px 168px 0); }
  17. #btn_showcasesidebar[checked="true"] { -moz-image-region: rect(168px 24px 192px 0); }
  18.  
  19. #btn_showcasewindow:hover:active, #btn_showcasewindowsidebar:not([checked="true"]):hover:active, #btn_showcasewindowtab:hover:active { -moz-image-region: rect(48px 24px 72px 0); }
  20. #btn_showcase:hover:active, #btn_showcasesidebar:not([checked="true"]):hover:active, #btn_showcasetab:hover:active { -moz-image-region: rect(120px 24px 144px 0); }
  21.  
  22. toolbar[iconsize=small] #btn_showcasewindow, toolbar[iconsize=small] #btn_showcasewindowsidebar, toolbar[iconsize=small] #btn_showcasewindowtab { -moz-image-region: rect(0 40px 16px 24px); }
  23. toolbar[iconsize=small] #btn_showcase, toolbar[iconsize=small] #btn_showcasesidebar, toolbar[iconsize=small] #btn_showcasetab { -moz-image-region: rect(72px 40px 88px 24px); }
  24.  
  25. toolbar[iconsize=small] #btn_showcasewindow:hover, toolbar[iconsize=small] #btn_showcasewindowsidebar:not([checked="true"]):hover, toolbar[iconsize=small] #btn_showcasewindowtab:hover { -moz-image-region: rect(16px 40px 32px 24px); }
  26. toolbar[iconsize=small] #btn_showcase:not([checked="true"]):hover, toolbar[iconsize=small] #btn_showcasesidebar:hover, toolbar[iconsize=small] #btn_showcasetab:hover { -moz-image-region: rect(88px 40px 104px 24px); }
  27.  
  28. toolbar[iconsize=small] #btn_showcasewindowsidebar[checked="true"] { -moz-image-region: rect(144px 40px 160px 24px); }
  29. toolbar[iconsize=small] #btn_showcasesidebar[checked="true"] { -moz-image-region: rect(160px 40px 176px 24px); }
  30.  
  31. toolbar[iconsize=small] #btn_showcasewindow:not([checked="true"]):hover:active, toolbar[iconsize=small] #btn_showcasewindowsidebar:hover:active, toolbar[iconsize=small] #btn_showcasewindowtab:hover:active { -moz-image-region: rect(32px 40px 48px 24px); }
  32. toolbar[iconsize=small] #btn_showcase:not([checked="true"]):hover:active, toolbar[iconsize=small] #btn_showcasesidebar:hover:active, toolbar[iconsize=small] #btn_showcasetab:hover:active { -moz-image-region: rect(104px 40px 120px 24px); }
  33.  
  34.  
  35. .showcase-alltabs-popup {  -moz-binding: url("chrome://showcase/content/bindings/tabbar.xml#tabbar-alltabs-popup"); }
  36. .showcase-lefttabs-popup {  -moz-binding: url("chrome://showcase/content/bindings/tabbar.xml#tabbar-lefttabs-popup"); }
  37. .showcase-righttabs-popup {  -moz-binding: url("chrome://showcase/content/bindings/tabbar.xml#tabbar-righttabs-popup"); }
  38. .showcase-righttabs-popup {  -moz-binding: url("chrome://showcase/content/bindings/tabbar.xml#tabbar-righttabs-popup"); }
  39. .showcase-righttabs-popup {  -moz-binding: url("chrome://showcase/content/bindings/tabbar.xml#tabbar-righttabs-popup"); }
  40. .showcase-tooltip-leftarrow {  -moz-binding: url("chrome://showcase/content/bindings/tabbar.xml#left-tooltip"); }
  41. .showcase-tooltip-rightarrow {  -moz-binding: url("chrome://showcase/content/bindings/tabbar.xml#right-tooltip"); }
  42.  
  43.  
  44. .alltabs-item > .menu-iconic-left > .menu-iconic-icon {
  45.   width: 16px;
  46.   height: 16px;
  47.   list-style-image: url("chrome://global/skin/icons/folder-item.png");
  48.   -moz-image-region: rect(0px, 16px, 16px, 0px);
  49. }
  50.  
  51. .alltabs-item[selected="true"] {
  52.   font-weight: bold;
  53. }
  54.  
  55. .alltabs-item[busy] > .menu-iconic-left > .menu-iconic-icon {
  56.   list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
  57.   opacity: 0.6;
  58. }
  59.